home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.st_chirurg == 3)
- {
- _root.d_sestra.l = "d19_f_100";
- _root.d_sestra.i = "go";
- }
- else if(_root.draglej == 16)
- {
- _root.itembar_remove(16);
- _root.ii16 = 4;
- _root.st_chirurg = 5;
- _root.st_hermina = 1;
- _root.d_sestra.l = "d19_2_100";
- _root.d_sestra.i = "go";
- }
- else if(0 < _root.draglej)
- {
- if(eval("_root.d19_i" add _root.draglej add "_100") == undefined)
- {
- _root.d_sestra.l = "d19_iundef_100";
- _root.d_sestra.i = "go";
- }
- else
- {
- _root.d_sestra.l = "d19_i" add _root.draglej add "_100";
- _root.d_sestra.i = "go";
- }
- }
- else if(_root.ii16 == 2)
- {
- _root.d_sestra.l = "d19_0_100";
- _root.d_sestra.i = "go";
- _root.ii16 = 3;
- }
- else
- {
- _root.d_sestra.l = "d19_1_100";
- _root.d_sestra.i = "go";
- }
- _root.stopdragall();
- _root.items_hide();
- _root.hideall();
- }
-